home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Code Resources / Controls GH / utilities.h < prev   
Encoding:
C/C++ Source or Header  |  1993-10-22  |  246 b   |  8 lines  |  [TEXT/KAHL]

  1. /****** utilities.h *********
  2. **** prototype declaration for the utilities.c file
  3. ****/ 
  4. #pragma once
  5. Boolean TestForColor(void);
  6. Boolean UseColorQD(ControlHandle me, Rect *ctlRect);
  7. Boolean Using32Bit(void);
  8. Boolean TrapAvailable(short theTrap);